home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / business / aesti967.zip / -WINDOWS.BAT < prev    next >
DOS Batch File  |  1996-07-07  |  2KB  |  49 lines

  1. echo off
  2. cls
  3. echo  Using AEsti with Windows 3.xx
  4. echo  ─────────────────────────────
  5. echo    AEsti has been successfully run in a DOS box under Windows v3.xx, two
  6. echo    files are included with AEsti which are for use by Windows when running
  7. echo    the software in a DOS session ;
  8. echo.
  9. echo    AESTI.PIF - used by Windows to configure the DOS session so that it's
  10. echo                settings are optimized for running AEsti
  11. echo.
  12. echo    AESTI.ICO - icon file can be used instead of Windows default DOS icon
  13. echo.
  14. echo    When running under Windows the most common problem is not enough free
  15. echo    conventional memory below 640k. Most operating system manuals or on-line
  16. echo    help usually contain topics about freeing up more memory, for Windows
  17. echo    v3.xx see the help on the PiF Editor as PiF files control the memory
  18. echo    available during a DOS session
  19. echo.
  20. echo    AEsti should be run as a full screen DOS session, it can be run in a
  21. echo    windowed DOS box although colours may not display correctly and the mouse
  22. echo    can not be used in the window
  23. echo.
  24. echo                        ─── Press a key to continue ───
  25. pause>nul
  26. cls
  27. echo  How to Install AEsti with Windows 3.xx
  28. echo  ──────────────────────────────────────
  29. echo    From Program Manager select File, New, Program Group and for the
  30. echo    description type in Estimating, click on OK.
  31. echo.
  32. echo    Select File, New, Program Item and then enter the following ;
  33. echo.
  34. echo        Description       : AEsti
  35. echo        Command Line      : C:\ESTI\AESTI.EXE
  36. echo        Working Directory : C:\ESTI
  37. echo.
  38. echo    Please note that it is assumed that AEsti was installed into the default
  39. echo    install directory of C:\ESTI, if it was not then change C:\ESTI to the
  40. echo    directory where it was installed to.
  41. echo.
  42. echo    Click om Change Icon, a message will display saying that there are no
  43. echo    icons available, click OK and for the File Name type in C:\ESTI\AESTI.ICO
  44. echo    The AEsti icon should now appear, click OK and then click OK again.
  45. echo.
  46. echo    There should now be a Program Group called Estimating with a Program Item
  47. echo    called AEsti using the AEsti icon, double click the icon to start AEsti
  48. echo.
  49.